home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 5 / Apprentice-Release5.iso / Environments / Prograph Classic 2.6.1 / Examples / Sound Monitor / Sound Monitor.ReadMe < prev   
Encoding:
Text File  |  1995-09-28  |  1.8 KB  |  34 lines  |  [TEXT/ttxt]

  1. Example:                        Sound Monitor
  2. Written by:                    Garth Smedley, Pictorius Incorporated
  3. Updated for 2.6.1 by:            The Tech Support Team, Pictorius Incorporated
  4.  
  5. Contents:                       Sound Monitor.pgs
  6.                                       Sound Monitor.ReadMe
  7.  
  8. Needs Prograph Extensions:
  9.  The default configuration of your 'Prograph Extensions' folder, plus:
  10.         
  11. The following file should be moved back one level from the 'Prograph Extensions:Extra Toolbox' folder into the 'Prograph Extensions' folder (note that Prograph Classic WILL NOT find extension files in subfolders of the 'Prograph Extensions' folder):
  12.         SoundInput
  13.  
  14. Needs Libraries to Compile:  (Requires a 750K partition, compiled )
  15.                     SCLibrary 2.6
  16.                     Library 2.6
  17.  
  18. Standard Methods That Were Modified:
  19.                    None
  20.  
  21. New Classes:
  22.                   Sound Input - Hides the ugly details of low level sound input.
  23.                   Graph    - Plots a real time graph.            
  24.                   Test Sound - A window with a "Graph" object and a "Sound Input" object in it.
  25.  
  26. Description
  27. -----------
  28. The Sound Monitor is a fun little application which plots the sound input volume in real time (If your Mac has a microphone). It demonstrates how to draw a real time graph and how to do low level sound input. 
  29.  
  30. Run the program and press the "Start" button.  Talk into the microphone and watch the plot of the volume rise and fall as it scrolls.
  31.  
  32. You should keep in mind, however, that low level sound input is rarely neccessary. The high level routine "SndRecord" makes recording sounds breathtakingly easy.
  33.  
  34. Because of problems with the system 6 Sound Manager, this program requires System 7 to run.  The Gestalt class helps in testing for the presence of System 7 and the necessary sound hardware.